db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
ExclusionConstraintException
db_constraints
db_exceptions
Exception thrown on exclusion constraint violations.
class
ExclusionConstraintException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Meta
Source
See Implementation
Version
\>=0.0.7
db_constraints
db_exceptions
classes
CheckConstraintException
ExclusionConstraintException
ForeignKeyException
KeyedException
UniqueConstraintException
Exception thrown on exclusion constraint violations.